Added a comment
authorkdm9 <kdm9@web>
Tue, 27 Sep 2022 17:49:53 +0000 (17:49 +0000)
committeradmin <admin@branchable.com>
Tue, 27 Sep 2022 17:49:53 +0000 (17:49 +0000)
doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_1_be44453dee893cc99759f90e660c0a66._comment [new file with mode: 0644]

diff --git a/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_1_be44453dee893cc99759f90e660c0a66._comment b/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_1_be44453dee893cc99759f90e660c0a66._comment
new file mode 100644 (file)
index 0000000..91d4930
--- /dev/null
@@ -0,0 +1,24 @@
+[[!comment format=mdwn
+ username="kdm9"
+ avatar="http://cdn.libravatar.org/avatar/b7b736335a0e9944a8169a582eb4c43d"
+ subject="comment 1"
+ date="2022-09-27T17:49:53Z"
+ content="""
+(many apologies, I buggered up the markdown formatting of the following section. Fixed below)
+
+### What steps will reproduce the problem?
+
+(approximately)
+
+```
+git init && git annex init --version 10
+(add some large file, commit)
+git annex sync
+git status # hangs forever
+git annex status # hangs forever
+git annex info # actually works, and produces typical output
+git diff path/to/normal-file.txt # also hangs
+git annex version # actually works, and produces typical output
+```
+
+"""]]